Class GeoViewImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.GeoViewImpl
All Implemented Interfaces:
IPCObject, GeoView

public class GeoViewImpl extends IPCObjectImpl implements GeoView
Information provided by the PKI file:

    \class GeoView
    
    \brief GeoView handles and manipulates the Physical Workspace excluding the wiring closet.
    
    \example appWindow().getActiveWorkspace().getGeoView()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface GeoView
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • findGeoIconByDeviceName

      public GeoIcon findGeoIconByDeviceName(String devName)
      Specified by:
      findGeoIconByDeviceName in interface GeoView
      Parameters:
      devName - Takes in a parameter of devName
      Returns:
      GeoIcon Returns a GeoIcon
    • findGeoIconContainerInCurrentViewByDeviceName

      public GeoIcon findGeoIconContainerInCurrentViewByDeviceName(String devName)
      Specified by:
      findGeoIconContainerInCurrentViewByDeviceName in interface GeoView
      Parameters:
      devName - Takes in a parameter of devName
      Returns:
      GeoIcon Returns a GeoIcon
    • findGeoIconByPhysicalObjectName

      public GeoIcon findGeoIconByPhysicalObjectName(String name)
      Specified by:
      findGeoIconByPhysicalObjectName in interface GeoView
      Parameters:
      name - Takes in a parameter of name
      Returns:
      GeoIcon Returns a GeoIcon
    • getGeoIconByName

      public GeoIcon getGeoIconByName(String name)
      Specified by:
      getGeoIconByName in interface GeoView
      Parameters:
      name - Takes in a parameter of name
      Returns:
      GeoIcon Returns a GeoIcon
    • getPhyObjForDevName

      public PhysicalObject getPhyObjForDevName(String name)
      Specified by:
      getPhyObjForDevName in interface GeoView
      Parameters:
      name - Takes in a parameter of name
      Returns:
      PhysicalObject Returns a PhysicalObject
    • centerOn

      public void centerOn(double dx, double dy)
      Specified by:
      centerOn in interface GeoView
      Parameters:
      dx - Takes in a parameter of dx
      dy - Takes in a parameter of dy
    • centerOnGeoIconByName

      public void centerOnGeoIconByName(String name)
      Specified by:
      centerOnGeoIconByName in interface GeoView
      Parameters:
      name - Takes in a parameter of name